StvDEV

 GDK

  Components

  Drawing

  Editor

  Browser

  Inspector

  CaptionedBoolPropertyDrawer

  DisableOnRuntimePropertyDrawer

  EnumPropertyDrawer

  MinMaxRangePropertyDrawer

  ReadOnlyPropertyDrawer

  ShowIfPropertyDrawer

  Extensions

  Inspector

  Patterns

  TMP

  Types

  Vibration

namespace Inspector

Public classes

class CaptionedBoolPropertyDrawerDraws the bool value as a drop-down list for the fields marked CaptionedBoolAttribute attribute.
class DisableOnRuntimePropertyDrawerDisables the display of fields marked with the ShowIfAttribute attribute.
class EnumPropertyDrawerDraws the int value as a drop-down list with captions for the fields marked EnumAttribute attribute.
class MinMaxRangePropertyDrawerDraws a two-sided slider for the fields marked MinMaxRangeAttribute attribute.
class ReadOnlyPropertyDrawerDisables the display of fields marked with the ReadOnlyAttribute attribute.
class ShowIfPropertyDrawerHides or disables the display of fields marked with the ShowIfAttribute attribute.